body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "Microsoft Yahei", tahoma, Srial, helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	tap-highlight-color: rgba(0, 0, 0, 0);
	focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-focus-ring-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/*火狐去掉按钮、连接的虚线*/
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: 0;
	outline: 0;
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: #333;
}

a {
	blr: expression(this.onFocus=this.blur());
}

a:focus {
	outline: none;
}

a.hidefocus {
	outline: none
}

.button {
	border-radius: 0;
}

input {
	font-family: "微软雅黑";
}

textarea {
	font-family: "微软雅黑";
}

img {
	border: 0px;
	outline-width: 0px;
	vertical-align: top;
}

button,
select,
textarea,
input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

:focus {
	outline: 0;
}

/* Form selected style modification */
input,
button,
img {
	border: none;
	background: none;
	border-radius: 0;
}

input,
button {
	outline: none;
	-webkit-appearance: none;
}

input,
textarea {
	tap-highlight-color: rgba(0, 0, 0, 0);
	focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-focus-ring-color: rgba(0, 0, 0, 0);
}

a.disabled {
	pointer-events: none;
}

.hide {
	display: none;
}

.contLeftNav ul li:nth-child(2) .contLeftDown ul li span a{
	font-size: 14px;
	color: #999;
	cursor: pointer;
	line-height: 20px;
	height: auto;
	background-color: #eee;
}

@media screen and (max-width: 767px) {

	.contRightLine .title h2,
	p {
		font-size: 12pxpx;
		color: rgb(68, 68, 68);
		font-weight: 600;
		line-height: 20px;
		padding: 2px 0px;
	}

	.contRightLine .recom-bd {
		width: 100%;
		margin: 0 auto;
	}

	.contRightLine .recom-bd ul li {
		width: 45%;
		background-color: #fff;
		overflow: hidden;
		/* 溢出隐藏 */
		/* box-shadow:水平阴影 垂直阴影 模糊距离 阴影尺寸 阴影颜色  内/外阴影； */
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
		float: left;
		margin: 5px 5px;
	}

	.contRightLine .recom-bd ul li a {
		padding-left: 24px;
	}

	.recom-bd li a img {
		width: 70%;
		height: auto;
	}

	.recom-bd li p {
		display: inline-block;
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.recom-bd li h5,
	.recom-bd li p {
		padding: 0 10px 0 24px;
		margin-top: 4px;
	}

	.recom-bd li h5 {
		font-size: 12px;
		line-height: 22px;
		font-weight: normal;
	}

	.recom-bd li p {
		font-size: 10px;
		color: #999;
	}

	.recom-bd p span {
		color: #ff7c2d;
	}
}


@media screen and (min-width: 768px) {

	.contRightLine .title h2,
	p {
		font-size: 16px;
		color: rgb(68, 68, 68);
		font-weight: 600;
		line-height: 30px;
		padding: 2px 0px;
	}

	.contRightLine .recom-bd ul li {
		width: 228px;
		background-color: #fff;
		overflow: hidden;
		/* 溢出隐藏 */
		/* box-shadow:水平阴影 垂直阴影 模糊距离 阴影尺寸 阴影颜色  内/外阴影； */
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
		float: left;

		margin: 15px 15px;
	}

	.recom-bd li a img {
		width: 228px;
		height: 270px;
	}

	.recom-bd li p {
		display: inline-block;
		overflow: hidden;
		height: auto;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.recom-bd li h5,
	.recom-bd li p {
		padding: 0 20px 0 24px;
		margin-top: 12px;
	}

	.recom-bd li h5 {
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
	}

	.recom-bd li p {
		font-size: 12px;
		color: #999;
	}

	.recom-bd p span {
		color: #ff7c2d;
	}

}



@media screen and (min-width: 992px) {
	.contRightLine .recom-bd ul li {
		width: 228px;
		background-color: #fff;
		overflow: hidden;
		/* 溢出隐藏 */
		/* box-shadow:水平阴影 垂直阴影 模糊距离 阴影尺寸 阴影颜色  内/外阴影； */
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
		float: left;
		margin-right: 15px;
		margin-top: 15px;
	}

	.recom-bd li a img {
		width: 228px;
		height: 270px;
	}

	.recom-bd li p {
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.recom-bd li h5,
	.recom-bd li p {
		padding: 0 20px 0 24px;
		margin-top: 12px;
	}

	.recom-bd li h5 {
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
	}

	.recom-bd li p {
		font-size: 12px;
		color: #999;
	}

	.recom-bd p span {
		color: #ff7c2d;
	}

}



@media screen and (min-width: 1200px) {

	.contRightLine .title h2,
	p {
		font-size: 16px;
		color: rgb(68, 68, 68);
		font-weight: 600;
		line-height: 30px;
		padding: 2px 0px;
	}

	.contRightLine .recom-bd ul li {
		width: 228px;
		background-color: #fff;
		overflow: hidden;
		/* 溢出隐藏 */
		/* box-shadow:水平阴影 垂直阴影 模糊距离 阴影尺寸 阴影颜色  内/外阴影； */
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
		float: left;

		margin: 15px 15px;
	}

	.recom-bd li a img {
		width: 228px;
		height: 270px;
	}

	.recom-bd li p {
		display: inline-block;
		height: 90px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.recom-bd li h5,
	.recom-bd li p {
		padding: 0 20px 0 24px;
		margin-top: 12px;
	}

	.recom-bd li h5 {
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
	}

	.recom-bd li p {
		font-size: 12px;
		color: #999;
	}

	.recom-bd p span {
		color: #ff7c2d;
	}

}